home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- if count(the windowList) = 0 then
- clearGlobals()
- MapList = []
- repeat with X = 1 to X = 45
- castLocation = (X * 2) - 1
- listName = member(castLocation, "DBMap").name
- add(MapList, listName)
- end repeat
- castLocation = (random(45) * 2) - 1
- put castLocation
- fn = member(castLocation, "DBMap").name
- init(fn && "Dummy Title", fn)
- end if
- end
-
- on CloseMIAW
- global gDBPictObjList, gForgetList
- go(the frame + 1)
- MyObj = getaProp(gDBPictObjList, GetObjProp())
- condemn(MyObj)
- deleteProp(gDBPictObjList, GetObjProp())
- append(gForgetList, the activeWindow)
- end
-